From: Chong Yidong Date: Wed, 15 Nov 2006 16:30:48 +0000 (+0000) Subject: * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32064 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bf5546acd05573b2b179edada3b785ed200faed7;p=emacs.git * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the top-level or inside a class declaration, use c-at-toplevel-p rather than a variable instantiation to recognise a function declaration. Suggested by Feng Li . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93c84e2defe..b9147575489 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-11-15 Simon Marshall + + * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the + top-level or inside a class declaration, use c-at-toplevel-p + rather than a variable instantiation to recognise a function + declaration. Suggested by Feng Li . + 2006-11-14 Stephen Leake * progmodes/ada-xref.el (ada-parse-prj-file):